home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / EnterAct 3.5 / Installing EnterAct 3⁄tt < prev    next >
Text File  |  1995-12-12  |  5KB  |  124 lines

  1. EnterAct 3 installation guide November 95
  2.  
  3. EnterAct is now being shipped in compressed form. Since you're reading this, you're already past the decompression stage, and have a single "EnterAct stuff" folder with lots of files in it, including this one. Place the contained files in accordance with the guidelines below, and you're ready to go.
  4.  
  5. When you use EnterAct, it will need about two more Megabytes on your hard disk for its log file, and each project you create will need 1-2 Meg (for a typical bunch of files and a fully-built dictionary).
  6.  
  7. After you've installed EnterAct, give it a partition of 4 Meg (the default): if you can't, 3 otherwise, 2 if you must but be prepared to be very selective about which files you incorporate into your project (see the doc "EnterAct memory needs" if memory is tight).
  8.  
  9. "EnterAct stuff" contents:
  10. --------------
  11.   (EnterAct Scripts)
  12.     EnterAct 3 (application)
  13.     EnterAct 3 Manual
  14.     EnterAct in brief
  15.     EnterAct Memory Needs
  16.     EnterAct's magic clipboard
  17.     Rd me EnterAct 3
  18.     Installing EnterAct 3/tt (this document)
  19.     Minimal App7 ƒ: (source)
  20.     Drag_on Modules:
  21.         hAWK (CODE resource)
  22.         Read Resource (CODE resource)
  23.         hAWK programs: (many programs in several folders)
  24.     Read Resource Manual
  25.     hAWK User’s Manual
  26.     Debugging hAWK programs
  27.     Minimal App7 (application)
  28.     hAWK_notes.h
  29.     hAWK project:
  30.         hAWK.π
  31.         AWK Source:
  32.         AWK Headers:
  33.         Libraries:
  34.         COPYING hAWK
  35.     Read Res project:
  36.         ReadRes.π
  37.         Read_Res Source:
  38.         Read_Res Headers:
  39.     code to call Drag_ons:
  40.     write your own Drag_on:
  41.  
  42. (note a : above indicates a folder)
  43.  
  44.     What goes where
  45. EnterAct likes to distinguish between system headers
  46. and source (eg toolbox headers, library source and headers)
  47. and the files that belong to a particular project. Files within
  48. the same folder that contains EnterAct count as <system>
  49. files, and those located elsewhere are "project" files.
  50.  
  51. In general, decide which files you want to count as
  52. system files, and place EnterAct at the top level of
  53. the folder that contains those files (typically, they
  54. will be in subfolders). If you have alternate versions
  55. of some headers, try to place EnterAct low enough
  56. in your folder hierarchy that only one set of the
  57. alternates is contained within EnterAct's folder.
  58. If you can't do that, don't worry, just place EnterAct
  59. at the top level of the folder on your hard disk that
  60. contains the toolbox headers etc you wish to use.
  61. For Symantec users, that would be the same folder
  62. that contains your THINK Project manager, at the
  63. same level. For CodeWarrior, drop EnterAct into the
  64. "Metrowerks  C/C++ ƒ" folder so it ends up beside
  65. the "MW C/C++ ..." compiler. For MPW, place EnterAct
  66. beside the MPW Shell.
  67.  
  68. (Whenever you create a new project, a dialog will ask you
  69. to select a <system> folder. If the folder that contains
  70. EnterAct is the right one (ie it contains the appropriate
  71. toolbox headers) then you can just cancel the dialog.
  72. Otherwise, you should select the folder that contains
  73. the appropriate compiler for your project.)
  74.  
  75. After placing EnterAct itself, put the "Drag_on Modules"
  76. folder right beside it. (Optional) put the "Minimal App7" application
  77. right beside it as well. Minimal App comes with
  78. source code, showing how you can call Drag_on Modules
  79. from your own app (source code is in "Minimal App7 ƒ" on
  80. disk 1). This source code is used in the "Whirlwind tour"
  81. section of the manual (but you can use your own source if
  82. you prefer).
  83.  
  84. The "(EnterAct Scripts)" folder should also go beside EnterAct itself.
  85.  
  86. To access THINK Reference or Toolbox Assistant from EnterAct:
  87. have a folder named "Tools" or "(Tools)" in the same folder as
  88. EnterAct, at the same level, and drop aliases of THINK Reference
  89. and/or QuickView into it. There are separate commands under
  90. EnterAct's "Search" menu to access these. You can access both
  91. during the same session of course.
  92.  
  93. Placement of the remaining files is entirely up to you,
  94. no harm just leaving them in the "EnterAct stuff" folder.
  95.  
  96. You will probably want all of the manuals for reference,
  97. especially the EnterAct and hAWK manuals, so don't trash
  98. them just yet. The manuals are best viewed with EnterAct
  99. itself, since you won't see the illustrations with other
  100. editors. To make life simpler, when you create an
  101. EnterAct project use the "Add Files..." command to add
  102. the EnterAct manual and any others to your project.
  103. Manuals and other non-code documents appear in the
  104. rightmost pane of your project window, available with
  105. a double-click.
  106.  
  107. "hAWK_notes.h" is a reference file for hAWK, containing notes on
  108. hAWK that can be quickly accessed from within an EnterAct
  109. project. More about notes in the "lookup tips" chapter in the EnterAct
  110. manual.
  111.  
  112. Also included, projects and complete source for hAWK and
  113. Read Resource, as well as Minimal App 7. This is all looking
  114. a bit old now, not recommended viewing for beginners. But it
  115. does work, and the hAWK code at least shows how to bolt a
  116. Mac-friendly front end onto a DOS-type tool.
  117.  
  118.     Verification
  119. When you start up EnterAct, check under the "EnterAct" menu, and
  120. you will see "hAWK" and "Read Resource" listed at the bottom if
  121. things have ended up in the right places. Wherever you put
  122. EnterAct, you should put the complete "Drag_on Modules" folder
  123. in the same place, at the same level.
  124.